Blobify
Round off sharp corner in BW image by bluring and thresholding.
Node Data | |
---|---|
FilterArray | |
Display name | |
Blobify | |
Internal name | |
Node_Blobify | |
Inheritances | |
node | |
node_processor | |
node_blobify | |
Inputs | |
node_blobify | |
surface |
Surface In |
bool |
Active |
int |
Radius |
float |
Threshold |
Outputs | |
node_blobify | |
surface |
Surface Out |
Blobify node tries to soften the sharp edge.
Algorithm
The node first blur the image by the Radius amount, then apply threshold by the Threshold value.